-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix utils to not require TENANT_USE_ASGIREF
to be defined in the host django project
#206
Conversation
FYI @gurkanindibay this is an issue thats breaking everyone installing the new 4.1.0 |
@ekampf Thanks for the heads up. I'm checking |
@ekampf could you check the errors Thanks |
0c19d01
to
536f0c2
Compare
536f0c2
to
42cef30
Compare
@microsoft-github-policy-service agree |
@microsoft-github-policy-service agree company="twingate" |
@gurkanindibay tests fixed |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #206 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 44 44
Lines 1193 1240 +47
=========================================
+ Hits 1193 1240 +47 ☔ View full report in Codecov by Sentry. |
@ekampf I released v4.1.1 with your PR. Could you check? |
@gurkanindibay thanks! confirming it works |
@ekampf thanks for your contribution. |
Most projects using
django-multitenant
wont haveTENANT_USE_ASGIREF
defined as its a new feature.They also shouldnt be required to add it... should just be treated as
False
if missing.This is an issue that was introduced by #198
Note that this will also resolve #205 issues